public class GxOptionsBoolean
The class defines the common boolean options shared between components which manipulate booleans
Modifier and Type | Field and Description |
---|---|
JsonArray | PossibleFalseValues! A hashset of what is considered false |
JsonArray | PossibleTrueValues! A hashset of what is considered true |
Constructor and Description |
---|
GxOptionsBoolean() Construct new GxOptionsBoolean |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() Transform the options object to json |
public JsonArray PossibleFalseValues!
A hashset of what is considered false
public JsonArray PossibleTrueValues!
A hashset of what is considered true
public JsonObject getAsJsonObject()
Transform the options object to json